Uast: constructors calls consistency except anonymous object literals (KT-21409)
This commit is contained in:
committed by
xiexed
parent
77be33d433
commit
1dbce18afc
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user