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,6 @@
|
||||
package test
|
||||
|
||||
fun usage(a: Klass) {
|
||||
a.foo()
|
||||
a.bar()
|
||||
}
|
||||
Reference in New Issue
Block a user