Files
kotlin-fork/jps-plugin/testData/incremental/cacheVersionChanged/moduleWithInlineModified/module1_A.kt
T
2015-10-13 16:12:15 +03:00

7 lines
61 B
Kotlin
Vendored

package a
open class A
inline fun f(): A {
return A()
}