You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
consider the following test:
interface I default {
I();
}
main() {}
What is the expected output? What do you see instead?
Expected: compile-time error
Actual: runtime/vm/parser.cc:1908: error: expected: CurrentToken() == Token::kIDENT
What version of the product are you using? On what operating system?
DartVM r2810
Please provide any additional information below.
co19 test:
LangSpecTest/08_Interfaces/3/Factories/and/Constructors/A01/t01
The text was updated successfully, but these errors were encountered:
This issue was originally filed by ief...@unipro.ru
What steps will reproduce the problem?
consider the following test:
interface I default {
I();
}
main() {}
What is the expected output? What do you see instead?
Expected: compile-time error
Actual: runtime/vm/parser.cc:1908: error: expected: CurrentToken() == Token::kIDENT
What version of the product are you using? On what operating system?
DartVM r2810
Please provide any additional information below.
co19 test:
LangSpecTest/08_Interfaces/3/Factories/and/Constructors/A01/t01
The text was updated successfully, but these errors were encountered: