Files
kotlin-fork/compiler/testData/codegen/boxInline/smap/resolve/inlineComponent.2.kt
T
Michael Bogdanov 0999cd99e3 Inline iterator test
2015-03-16 18:52:05 +03:00

9 lines
128 B
Kotlin
Vendored

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