mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 08:31:26 +00:00
7 lines
146 B
Kotlin
Vendored
7 lines
146 B
Kotlin
Vendored
// !LANGUAGE: +InlineClasses
|
|
|
|
inline class Foo(val l: Long) {
|
|
fun empty() {}
|
|
fun param(x: Double) {}
|
|
fun Any.extension(y: String) {}
|
|
} |