Files
kotlin-fork/compiler/testData/codegen/boxInline/smap/resolve/inlineComponent.2.kt
T

9 lines
146 B
Kotlin
Vendored

package zzz
public class A(val a: Int, val b: Int)
operator inline fun A.component1() = a
operator inline fun A.component2() = b
//SMAP ABSENT