CreateExpect: fix case with parameters in constructor without var/val

This commit is contained in:
Dmitry Gridin
2019-08-19 19:37:17 +07:00
parent 1b718761b2
commit bddf768d59
8 changed files with 14 additions and 10 deletions
@@ -5,6 +5,7 @@ annotation class CommonAnnotation
expect class My {
tailrec fun foo(arg: Int): Int
var some: Boolean
@CommonAnnotation
fun initialize()
}