Additional fixes for consistent parent conversion

This commit is contained in:
Dmitry Jemerov
2017-10-06 17:21:07 +02:00
parent bde7a657cf
commit 703d053157
5 changed files with 91 additions and 11 deletions
@@ -44,4 +44,6 @@ class SimpleKotlinRenderLogTest : AbstractKotlinRenderLogTest() {
@Test fun testParameterPropertyWithAnnotation() = doTest("ParameterPropertyWithAnnotation")
@Test fun testParametersWithDefaultValues() = doTest("ParametersWithDefaultValues")
@Test fun testUnexpectedContainer() = doTest("UnexpectedContainerException") { testName, file -> check(testName, file, false) }
}