mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
8 lines
172 B
Kotlin
Vendored
8 lines
172 B
Kotlin
Vendored
// !LANGUAGE: +InlineClasses
|
|
// IGNORE_BACKEND: JVM_IR
|
|
|
|
inline class Foo(val l: Long) {
|
|
fun empty() {}
|
|
fun param(x: Double) {}
|
|
fun Any.extension(y: String) {}
|
|
} |