Make FIR multi-module tests from IDE regular FIR compiler resolve tests
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
// MODULE: m1
|
||||
// FILE: base.kt
|
||||
|
||||
package hello
|
||||
|
||||
class Hello(val msg: String)
|
||||
|
||||
class Test(val set: java.util.Set<*>)
|
||||
|
||||
// MODULE: m2(m1)
|
||||
// FILE: user.kt
|
||||
|
||||
package test
|
||||
|
||||
import hello.Hello
|
||||
|
||||
fun foo(hello: Hello): String = hello.msg
|
||||
|
||||
Reference in New Issue
Block a user