Issue related to KT-1962
Correctly reference this object in wrapped function literal
This commit is contained in:
@@ -31,8 +31,11 @@ public final class ClosureTest extends SingleFileTranslationTest {
|
||||
fooBoxTest();
|
||||
}
|
||||
|
||||
|
||||
public void testLocalParameterInCallback() throws Exception {
|
||||
fooBoxTest();
|
||||
}
|
||||
|
||||
public void testClosureReferencingMember() throws Exception {
|
||||
fooBoxTest();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user