Add actual: handle parameters with val/var as compatible with property

So #KT-23762 Fixed
This commit is contained in:
Mikhail Glukhikh
2018-06-27 19:15:13 +03:00
parent dd0b267531
commit 0fb183e302
7 changed files with 34 additions and 1 deletions
@@ -0,0 +1,7 @@
// DISABLE-ERRORS
expect class My {
val name: String
val age: String
}
@@ -0,0 +1,7 @@
// DISABLE-ERRORS
expect class My {
val name: String
val age: String
}