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:
class C {
C() : this.init() {}
C.init();
}
main() {
var x = new C();
}
What is the expected output? What do you see instead?
Expected: compile-time error
Actual: successful compilation
What version of the product are you using? On what operating system?
DartVM r2810
Please provide any additional information below.
co19 tests:
LangSpecTest/07_Classes/A02/t06
LangSpecTest/07_Classes/A02/t08
LangSpecTest/07_Classes/5_Constructors/1/Generative/Constructors/A03/t02
The text was updated successfully, but these errors were encountered:
Matthias, can you please work with Gilad to resolve whether these are still expected to be compile-time errors and whether they should be. See the blocking bug.
This issue was originally filed by ief...@unipro.ru
What steps will reproduce the problem?
consider the following test:
class C {
C() : this.init() {}
C.init();
}
main() {
var x = new C();
}
What is the expected output? What do you see instead?
Expected: compile-time error
Actual: successful compilation
What version of the product are you using? On what operating system?
DartVM r2810
Please provide any additional information below.
co19 tests:
LangSpecTest/07_Classes/A02/t06
LangSpecTest/07_Classes/A02/t08
LangSpecTest/07_Classes/5_Constructors/1/Generative/Constructors/A03/t02
The text was updated successfully, but these errors were encountered: