Fix for EA-68569 with a test. #EA-68569 Fixed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
class Some<caret>() {
|
||||
val renderer by
|
||||
}
|
||||
@@ -119,6 +119,10 @@ public class JetJavaFacadeTest extends JetLightCodeInsightFixtureTestCase {
|
||||
doTestWrapClass();
|
||||
}
|
||||
|
||||
public void testEa68569() {
|
||||
doTestWrapClass();
|
||||
}
|
||||
|
||||
public void testWrapTopLevelFunWithDefaultParams() {
|
||||
doTestWrapMethod(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user