Additional test for wrapping functions

This commit is contained in:
Nikolay Krasko
2012-09-13 19:56:32 +04:00
parent 6516786979
commit 40f559bcdc
2 changed files with 10 additions and 0 deletions
@@ -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();
}