mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 08:31:29 +00:00
This change also makes sure that no line numbers are generated in the wrappers in the JVM_IR backend. Change-Id: If6c37f8a20894455abddb526039df059e02015a3
10 lines
225 B
Kotlin
Vendored
10 lines
225 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
class C {
|
|
@kotlin.jvm.JvmOverloads fun foo(firstParam: Int, secondParam: String = "") {
|
|
}
|
|
}
|
|
|
|
// METHOD : C.foo(I)V
|
|
// VARIABLE : NAME=this TYPE=LC; INDEX=0
|
|
// VARIABLE : NAME=firstParam TYPE=I INDEX=1
|