f8201c6aa9
Compile library dependencies in the test instead of storing them as jars in the repository. Reuse MockLibraryUtil, move it from idea tests to compiler-tests
6 lines
41 B
Kotlin
Vendored
6 lines
41 B
Kotlin
Vendored
package a
|
|
|
|
fun test1() {}
|
|
|
|
val prop = 42
|