mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 15:53:40 +00:00
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