Added correctness check of test data + fixed huge amount of incorrect code in test data
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
4 var foo: Int = <bold>0</bold>
|
||||
11 val x = <bold>foo</bold>
|
||||
4 var <bold>foo: Int = 0</bold>
|
||||
4 var foo: Int = <bold>0</bold>
|
||||
|
||||
5 get() = <bold>1</bold>
|
||||
11 val x = <bold>foo</bold>
|
||||
4 var <bold>foo: Int</bold>
|
||||
4 var <bold>foo: Int = 0</bold>
|
||||
5 get() = <bold>1</bold>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user