Files
kotlin/idea/testData/internal/toolWindow/objectInInlineFun/objectInInlineFun.kt
2015-04-22 10:35:19 +03:00

7 lines
64 B
Kotlin
Vendored

package foo
import inlineFun1.*
fun test() {
myFun { 1 }
}