smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / InsertOverride-out.java
blobbd86c539af73cf976a0bf99c3f7a53d0bdf68092
1 class C {
2 void f() {
3 Runnable r = new Runnable() {
4 @Override
5 public void run() {
6 <selection>//To change body of implemented methods use File | Settings | File Templates.</selection>
8 };