Convert member to extension: Support members of header/impl classes
#KT-18883 Fixed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
header class Foo {
|
||||
val foo: Int
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
header class Foo {
|
||||
}
|
||||
|
||||
header val Foo.foo: Int
|
||||
Reference in New Issue
Block a user