"Redundant SAM constructor": Fix highlighting range #KT-27034 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
487f500f85
commit
affa881421
@@ -0,0 +1,7 @@
|
||||
public interface Foo {
|
||||
boolean foo();
|
||||
|
||||
class Bar {
|
||||
void bar(Foo foo) {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user