EA-101715: Handle also case with IntegerValueTypeConstructor

This commit is contained in:
Yan Zhulanow
2017-11-25 01:08:28 +09:00
parent 108e91f2a2
commit 2ee23ddd02
4 changed files with 30 additions and 1 deletions
@@ -8,4 +8,6 @@ class KotlinUastTypesTest : AbstractKotlinTypesTest() {
@Test fun testUnexpectedContainerException() = doTest("UnexpectedContainerException")
@Test fun testCycleInTypeParameters() = doTest("CycleInTypeParameters")
@Test fun testEa101715() = doTest("ea101715")
}