Moved current incremental compiler test data into subdirectory.
Tweaked test generator to avoid creating test methods for parent directory of tests.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package test
|
||||
|
||||
annotation class Anno
|
||||
|
||||
[Anno] fun f() {
|
||||
}
|
||||
|
||||
[Anno] val v1 = ""
|
||||
|
||||
var v2: String
|
||||
get() = ""
|
||||
[Anno] set(value) {
|
||||
}
|
||||
Reference in New Issue
Block a user