mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 08:31:35 +00:00
9 lines
146 B
Kotlin
Vendored
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 |