Additional test for wrapping functions
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
object Again {
|
||||
object More {
|
||||
fun <caret>someFunInObject() {
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -74,6 +74,10 @@ public class JetJavaFacadeTest extends LightCodeInsightFixtureTestCase {
|
||||
doTestWrapMethod(true);
|
||||
}
|
||||
|
||||
public void testWrapFunInObjectInObject() {
|
||||
doTestWrapMethod(true);
|
||||
}
|
||||
|
||||
public void testKt2764() {
|
||||
doTestWrapClass();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user