Groenbech96 / J--Compiler-Implementation

MIT License
0 stars 0 forks source link

Type Checking - double basic data type #58

Closed Groenbech96 closed 4 years ago

RMichelsen commented 4 years ago

Double does not pass preanalysis tests

[junit] Running junit.PreAnalysisTest
    [junit] Testsuite: junit.PreAnalysisTest
    [junit] Running compiler (up to pre-analysis) on C:\Users\Rasmus\OneDrive\DTU\4_S\CompilerConstruction\J--Compiler-Implementation\tests\pass\step4\Double.java ...
    [junit]
    [junit] '(?)?' is not a valid type descriptor for method
    [junit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0,086 sec
    [junit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0,086 sec