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,4 @@
// "Add missing actual members" "true"
// DISABLE-ERRORS
actual class <caret>My(actual val name: String)