Implement members: don't add 'actual' modifier for fake overrides
#KT-25044 Fixed
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
expect interface ExpInterface {
|
||||
fun first()
|
||||
}
|
||||
|
||||
expect class ExpImpl : ExpInterface { }
|
||||
idea/testData/multiModuleQuickFix/implementMembersInActualClassNoExpectMember/common/common.kt.after
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
expect interface ExpInterface {
|
||||
fun first()
|
||||
}
|
||||
|
||||
expect class ExpImpl : ExpInterface { }
|
||||
Reference in New Issue
Block a user