Restore returning of functional types from repl eval
add tests for the broken case as well for the return value representation #KT-29490 fixed
This commit is contained in:
@@ -84,6 +84,11 @@ public class ReplInterpreterTestGenerated extends AbstractReplInterpreterTest {
|
||||
runTest("compiler/testData/repl/functionReferencesPrev.repl");
|
||||
}
|
||||
|
||||
@TestMetadata("functionResult.repl")
|
||||
public void testFunctionResult() throws Exception {
|
||||
runTest("compiler/testData/repl/functionResult.repl");
|
||||
}
|
||||
|
||||
@TestMetadata("imports.repl")
|
||||
public void testImports() throws Exception {
|
||||
runTest("compiler/testData/repl/imports.repl");
|
||||
|
||||
Reference in New Issue
Block a user