KT-1519: Error calling native extension function from user defined extension function.
This commit is contained in:
@@ -62,4 +62,8 @@ public final class ExtensionFunctionTest extends SingleFileTranslationTest {
|
||||
public void testGenericExtension() throws Exception {
|
||||
checkFooBoxIsOk("generic.kt");
|
||||
}
|
||||
|
||||
public void testExtensionFunctionCalledFromExtensionFunction() throws Exception {
|
||||
checkFooBoxIsTrue("extensionFunctionCalledFromExtensionFunction.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -57,4 +57,8 @@ public final class NativeInteropTest extends SingleFileTranslationTest {
|
||||
public void testUndefined() throws Exception {
|
||||
checkFooBoxIsTrue("undefined.kt");
|
||||
}
|
||||
|
||||
public void testKt1519() throws Exception {
|
||||
checkFooBoxIsTrue("KT-1519.kt");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user