Remove ACC_STATIC from DefaultImpls

This commit is contained in:
Yan Zhulanow
2015-10-23 20:27:41 +03:00
parent bf6464ddcd
commit 2a28baa154
6 changed files with 6 additions and 7 deletions
@@ -10,6 +10,6 @@ public interface Generic <N, NN> {
@org.jetbrains.annotations.Nullable
NN b1(@org.jetbrains.annotations.Nullable NN nn);
static final class DefaultImpls {
final class DefaultImpls {
}
}