Set primary constructor and its properties actual in "create actual"
So #KT-20044 Fixed
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user