FIR IDE: move low level api testdata sources to the analysis directory
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
var withGetterAndSetter: Int = 42
|
||||
get() = field
|
||||
set(value) {
|
||||
field = value
|
||||
}
|
||||
Reference in New Issue
Block a user