1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 13:51:44 +03:00
semantic/test/fixtures/java/corpus/wildcard.java
2018-06-06 11:14:35 -07:00

4 lines
79 B
Java

class Connectable {
void connect(Consumer<? super Disposable> connection);
}