Files
openide/java/java-tests/testData/refactoring/extractMethodObject4Debugger/SimpleGeneration.java
2014-09-05 13:17:10 +04:00

5 lines
81 B
Java

class Sample {
void foo() {
System.out.println("hello <caret>world");
}
}