Don't suggest "Implement as constructor parameters" in actual class
This applies if expect class has primary constructor declared #KT-27791 Fixed
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
interface IFoo {
|
||||
val a: Int
|
||||
}
|
||||
|
||||
expect class End : IFoo
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
interface IFoo {
|
||||
val a: Int
|
||||
}
|
||||
|
||||
expect class End : IFoo
|
||||
Reference in New Issue
Block a user