Operator Wrap Check compilable UT input

This commit is contained in:
alexkravin 2014-12-02 18:30:42 +04:00 committed by Roman Ivanov
parent 10c39148b7
commit 647e2e37cb
1 changed files with 4 additions and 0 deletions

View File

@ -55,3 +55,7 @@ class badCase<T extends Foo &
class goodCase<T extends Foo & Bar> {
}
interface Bar {
}