1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

Merge branch 'master' into no-more-fail-effect

This commit is contained in:
Rob Rix 2018-06-06 15:18:25 -04:00 committed by GitHub
commit 0011b909b3
5 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,5 @@
class Dinosaur {
void apply() {
(T1)a[0];
}
}

View File

@ -0,0 +1,3 @@
public enum DisposableHelper {
}

View File

@ -0,0 +1,5 @@
class Grouped {
Flowable(K key) {
this.key = key;
}
}

View File

@ -0,0 +1,4 @@
class Dinosaur {
Disposable(Disposable... resources) {
}
}

View File

@ -0,0 +1,3 @@
class Connectable {
void connect(Consumer<? super Disposable> connection);
}