Files
kotlin/compiler/testData/codegen/topLevelMemberInvocation/twoModules/library/source.kt
Alexander Udalov f8201c6aa9 Refactor TopLevelMembersInvocationTest
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
2013-10-10 20:28:21 +04:00

6 lines
41 B
Kotlin
Vendored

package a
fun test1() {}
val prop = 42