Update bytecode text tests in JVM_IR
This commit is contained in:
+2
@@ -1,4 +1,6 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
// TODO KT-36769 Missing LVT entries for inline function (default) parameters at call site
|
||||
|
||||
inline fun test(p: String = "OK"): String {
|
||||
return p
|
||||
}
|
||||
|
||||
+2
@@ -1,4 +1,6 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
// TODO KT-36771 Missing special code for super calls to inline functions support in JVM_IR
|
||||
|
||||
//open modality to method handle check generation
|
||||
open class A {
|
||||
inline fun test(p: String = "OK"): String {
|
||||
|
||||
Reference in New Issue
Block a user