CreateExpect: fix case with parameters in constructor without var/val
This commit is contained in:
@@ -5,6 +5,7 @@ annotation class CommonAnnotation
|
||||
expect class My {
|
||||
tailrec fun foo(arg: Int): Int
|
||||
var some: Boolean
|
||||
@CommonAnnotation
|
||||
fun initialize()
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user