Skip to content

Commit

Permalink
Add Java 11 regression tests
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=301273002
  • Loading branch information
cushon authored and cpovirk committed Mar 17, 2020
1 parent eb76f92 commit cdf7665
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
class Java11 {
interface I {
private default void f() {}
}

public static void main(String[] args) {
var x = 42;
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
class Java11 {
interface I {
private default void f() {}
}

public static void main(String[] args) {
var x = 42;
}
}

0 comments on commit cdf7665

Please sign in to comment.