'quick' directory renamed to 'tests' which reflects its contents
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
class CustomValNoBackingField() {
|
||||
val a: Int
|
||||
get() = 1
|
||||
|
||||
val b = <!NO_BACKING_FIELD!>$a<!>
|
||||
}
|
||||
Reference in New Issue
Block a user