mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
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
|