Uast: constructors calls consistency except anonymous object literals (KT-21409)

This commit is contained in:
Nicolay Mitropolsky
2017-11-27 13:07:59 +03:00
committed by xiexed
parent 77be33d433
commit 1dbce18afc
6 changed files with 43 additions and 10 deletions
@@ -55,5 +55,5 @@ class SimpleKotlinRenderLogTest : AbstractKotlinRenderLogTest() {
fun testWhenAndDestructing() = doTest("WhenAndDestructing") { testName, file -> check(testName, file, false) }
@Test
fun testSuperCalls() = doTest("SuperCalls") { testName, file -> check(testName, file, false) }
fun testSuperCalls() = doTest("SuperCalls")
}