object literals now capture expressions from 'by' delegate specifier
#KT-2224 Fixed
This commit is contained in:
@@ -446,4 +446,9 @@ public class ClassGenTest extends CodegenTestCase {
|
||||
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY);
|
||||
blackBoxFile("regressions/kt1891.kt");
|
||||
}
|
||||
|
||||
public void testKt2224() {
|
||||
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY);
|
||||
blackBoxFile("regressions/kt2224.kt");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user