Added tests for 'open' modifier checks
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
// "Make 'abstract get' not abstract" "true"
|
||||
// "Make 'get' not abstract" "true"
|
||||
val i : Int = 0; <caret>get
|
||||
@@ -1,2 +1,2 @@
|
||||
// "Make 'abstract get' not abstract" "true"
|
||||
// "Make 'get' not abstract" "true"
|
||||
val i : Int = 0; <caret>abstract get
|
||||
Reference in New Issue
Block a user