UAST: Fix getType and getText for UastKotlinPsiVariable

This commit is contained in:
Vyacheslav Gerasimov
2017-09-13 20:16:47 +03:00
parent 14742a6048
commit bba2d27e82
12 changed files with 141 additions and 50 deletions
@@ -0,0 +1,4 @@
fun foo(a: Int, b: String, c: Int = 0, flag: Boolean = false) {
}