Files
kotlin-fork/jps-plugin/testData/incremental/withJava/other/inlineFunctionWithJvmNameInClass/usage.kt
T
Georgy Bronnikov 8e24256f95 JVM_IR: avoid descriptors when tracking inline properties
Preparing to use wrapped properties in InlineCodegen.
2020-07-02 12:46:58 +03:00

3 lines
41 B
Kotlin
Vendored

package usage
fun use() = inline.A().f()