Set primary constructor and its properties actual in "create actual"

So #KT-20044 Fixed
This commit is contained in:
Mikhail Glukhikh
2017-10-03 13:12:47 +03:00
parent d85c2dbe1f
commit fe786ad7f3
8 changed files with 25 additions and 2 deletions
@@ -1,2 +1,2 @@
// Ann: to be implemented
actual annotation class Ann(val x: Int, val y: String)
actual annotation class Ann actual constructor(actual val x: Int, actual val y: String)