Uast: KotlinStringULiteralExpression.getExpressionType() made always return String

This commit is contained in:
Nicolay Mitropolsky
2018-01-16 20:36:17 +03:00
parent e46f69bb36
commit b4db744a9b
4 changed files with 98 additions and 1 deletions
@@ -10,4 +10,8 @@ class KotlinUastTypesTest : AbstractKotlinTypesTest() {
@Test fun testCycleInTypeParameters() = doTest("CycleInTypeParameters")
@Test fun testEa101715() = doTest("ea101715")
@Test fun testStringTemplate() = doTest("StringTemplate")
@Test fun testStringTemplateComplex() = doTest("StringTemplateComplex")
}