mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-18 15:54:05 +00:00
12 lines
282 B
Kotlin
Vendored
12 lines
282 B
Kotlin
Vendored
// IGNORE_BACKEND: JVM_IR
|
|
|
|
class `(X)` {
|
|
fun `(Y)`() {}
|
|
}
|
|
|
|
// One in the file name, one in the class header, two in local variables in the constructor and the method, and one in kotlin.Metadata.d2
|
|
// 5 \(X\)
|
|
|
|
// One in the method header and one in kotlin.Metadata.d2
|
|
// 2 \(Y\)
|