Redundant SAM-constructor: highlight nested class name with outer class
So #KT-11156 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
204c68070a
commit
13356d32fd
@@ -0,0 +1,8 @@
|
||||
public class Foo {
|
||||
public interface Bar {
|
||||
void baz();
|
||||
}
|
||||
public static void foo(Bar bar) {
|
||||
bar.baz();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user