Kotlin UAST should visit property delegate expression

#KT-15164 Fixed
This commit is contained in:
Vyacheslav Gerasimov
2017-06-05 17:18:39 +03:00
parent 15bfd4439a
commit 643e3587cc
6 changed files with 70 additions and 0 deletions
@@ -26,4 +26,6 @@ class SimpleKotlinRenderLogTest : AbstractKotlinRenderLogTest() {
@Test fun testStringTemplate() = doTest("StringTemplate")
@Test fun testQualifiedConstructorCall() = doTest("QualifiedConstructorCall")
@Test fun testPropertyDelegate() = doTest("PropertyDelegate")
}