1b1360c77e
(cherry picked from commit 27b8c962b2b12883150166c83c19b950c9091334)
3 lines
41 B
Kotlin
3 lines
41 B
Kotlin
class B(val a: Int)
|
|
|
|
fun B.foo() = this.a |