blob: b93daef185e933e4f6eb7c567a060e16d93535b4 [file] [log] [blame]
// "Change field 's' type to 'java.lang.Runnable'" "true"
class a {
String s = <caret>new Runnable() {
public void run() { }
};
}