mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 15:51:01 +00:00
8 lines
90 B
Kotlin
Vendored
8 lines
90 B
Kotlin
Vendored
package inline
|
|
|
|
class A {
|
|
var z = 0
|
|
|
|
@JvmName("fff")
|
|
inline fun f(): Int = 0
|
|
} |