Add actual: handle parameters with val/var as compatible with property
So #KT-23762 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// DISABLE-ERRORS
|
||||
|
||||
expect class My {
|
||||
val name: String
|
||||
|
||||
val age: String
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
// DISABLE-ERRORS
|
||||
|
||||
expect class My {
|
||||
val name: String
|
||||
|
||||
val age: String
|
||||
}
|
||||
Reference in New Issue
Block a user