Add JVM ABI K1/K2 consistency tests
This commit is contained in:
committed by
Space Team
parent
5a1fb78fcd
commit
34bac48541
compiler/testData/codegen/box/jvm8/defaults/allCompatibility/delegationBy/simpleProperty.jvm_abi.txt
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
MODULE main
|
||||
CLASS TestClass.class
|
||||
CLASS METADATA
|
||||
K1
|
||||
getTest()Ljava/lang/String;
|
||||
K2
|
||||
---
|
||||
K1
|
||||
---
|
||||
K2
|
||||
test
|
||||
Vendored
+1
-1
@@ -2,7 +2,7 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
// JVM_TARGET: 1.8
|
||||
// WITH_STDLIB
|
||||
|
||||
// JVM_ABI_K1_K2_DIFF: KT-63828
|
||||
interface Test {
|
||||
val test: String get() = "Fail"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user