mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Retype: finally defeat typed handlers, retype only parts of large files
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
class Braces {
|
||||
void bar() {
|
||||
void bar() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
void baz() {
|
||||
void baz() {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,14 +9,14 @@ import com.intellij.testFramework.fixtures.LightCodeInsightFixtureTestCase
|
||||
/**
|
||||
* @author yole
|
||||
*/
|
||||
abstract class JavaRetypeTest : LightCodeInsightFixtureTestCase() {
|
||||
class JavaRetypeTest : LightCodeInsightFixtureTestCase() {
|
||||
override fun getBasePath(): String = JavaTestUtil.getRelativeJavaTestDataPath()
|
||||
|
||||
fun _testBraces() {
|
||||
fun testBraces() {
|
||||
doTest()
|
||||
}
|
||||
|
||||
fun _testImport() {
|
||||
fun testImport() {
|
||||
doTest()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user