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
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package a
|
||||
|
||||
fun test1() {}
|
||||
|
||||
val prop = 42
|
||||
Reference in New Issue
Block a user