UAST: Fix KotlinUMethod annotation handling, properly handle use site targets

#KT-16834 Fixed
 #KT-18893 Fixed
This commit is contained in:
Vyacheslav Gerasimov
2017-07-28 17:25:39 +03:00
parent f24488915a
commit 915f47133b
5 changed files with 57 additions and 1 deletions
@@ -28,4 +28,6 @@ class SimpleKotlinRenderLogTest : AbstractKotlinRenderLogTest() {
@Test fun testQualifiedConstructorCall() = doTest("QualifiedConstructorCall")
@Test fun testPropertyDelegate() = doTest("PropertyDelegate")
@Test fun testPropertyWithAnnotation() = doTest("PropertyWithAnnotation")
}