Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable type casting #64

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open

Enable type casting #64

wants to merge 13 commits into from

Conversation

AprupKale
Copy link
Contributor

Enable type casting to support code as follows:

class Main {
    public static void main(String[] args) {
        int a = 65;
        char c = (char) a;
        System.out.println(c);
    }
}

@AprupKale AprupKale added the enhancement New feature or request label Jan 26, 2025
@AprupKale AprupKale self-assigned this Jan 26, 2025
Copy link

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements
73.9% (-0.05% 🔻)
7315/9898
🟡 Branches
60.31% (-0.08% 🔻)
2442/4049
🟡 Functions
69.68% (+0.23% 🔼)
1301/1867
🟡 Lines
74.85% (-0.09% 🔻)
6897/9215
Show new covered files 🐣
St.
File Statements Branches Functions Lines
🟢
... / assignmentExpression.test.ts
100% 100% 100% 100%
🟢
... / castExpression.test.ts
100% 100% 100% 100%
Show files with reduced coverage 🔻
St.
File Statements Branches Functions Lines
🟡
... / index.ts
70.8% (-3.57% 🔻)
48% (-5.01% 🔻)
91.67% (-3.99% 🔻)
79.3% (-4.94% 🔻)
🟢
... / code-generator.ts
91.2% (-3.21% 🔻)
77.55% (-7.11% 🔻)
93.88% (+0.7% 🔼)
91.43% (-3.32% 🔻)

Test suite run success

1148 tests passing in 63 suites.

Report generated by 🧪jest coverage report action from fe76603

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant