6 lines
67 B
Kotlin
Vendored
6 lines
67 B
Kotlin
Vendored
package inline
|
|
|
|
class A {
|
|
inline val f: Int
|
|
get() = 0
|
|
} |