Tests for showing synthetic methods in file structure view
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
public class TestSAM {
|
||||
public interface SamClass {
|
||||
void foo();
|
||||
}
|
||||
|
||||
void foo(SamClass samClass) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user