181: Uast: support for object literals

This commit is contained in:
Nicolay Mitropolsky
2018-02-06 13:28:22 +03:00
committed by Nikolay Krasko
parent 036c0fd6a4
commit 8cde41850e
11 changed files with 201 additions and 7 deletions
@@ -18,9 +18,10 @@ class KotlinUastIdentifiersTest : AbstractKotlinIdentifiersTest() {
@Test
fun testConstructors() = doTest("Constructors")
@Test
fun testSimpleAnnotated() = doTest("SimpleAnnotated")
@Test
fun testAnonymous() = doTest("Anonymous")
}