Tests: move diagnostic test to testsWithJvmBackend
There's a difference in behavior of K1 and K2 here, see KT-66528. #KT-66528
This commit is contained in:
committed by
Space Team
parent
81a9f5654e
commit
c997e9f142
+4
-4
@@ -55,16 +55,16 @@ class F2 : JOverridesRegular() {
|
||||
}
|
||||
}
|
||||
|
||||
class <!CONFLICTING_INHERITED_JVM_DECLARATIONS!>F3<!> : JOverridesExtension() {
|
||||
<!CONFLICTING_INHERITED_JVM_DECLARATIONS!>class F3 : JOverridesExtension() {
|
||||
fun test() {
|
||||
a
|
||||
"".a
|
||||
}
|
||||
}
|
||||
}<!>
|
||||
|
||||
class <!CONFLICTING_INHERITED_JVM_DECLARATIONS!>F4<!> : JOVerridesBoth() {
|
||||
<!CONFLICTING_INHERITED_JVM_DECLARATIONS!>class F4 : JOVerridesBoth() {
|
||||
fun test() {
|
||||
a
|
||||
"".a
|
||||
}
|
||||
}
|
||||
}<!>
|
||||
Reference in New Issue
Block a user