FIR2IR: make enum with abstract members from interfaces abstract
Related to KT-55828
This commit is contained in:
-2
@@ -1,5 +1,3 @@
|
||||
// KT-55828
|
||||
// IGNORE_BACKEND_K2: NATIVE
|
||||
interface IFoo {
|
||||
fun foo(): String
|
||||
}
|
||||
|
||||
-2
@@ -1,5 +1,3 @@
|
||||
// KT-55828
|
||||
// IGNORE_BACKEND_K2: NATIVE
|
||||
interface IFoo {
|
||||
fun foo(): String
|
||||
}
|
||||
|
||||
-2
@@ -1,5 +1,3 @@
|
||||
// KT-55828
|
||||
// IGNORE_BACKEND_K2: NATIVE
|
||||
interface IFoo {
|
||||
fun foo(): String
|
||||
}
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
// KT-55828
|
||||
// IGNORE_BACKEND_K2: NATIVE
|
||||
package test
|
||||
|
||||
fun box() = MyEnum.E1.f() + MyEnum.E2.f()
|
||||
|
||||
Reference in New Issue
Block a user