Operator Wrap Check compilable UT input
This commit is contained in:
parent
10c39148b7
commit
647e2e37cb
|
|
@ -55,3 +55,7 @@ class badCase<T extends Foo &
|
|||
|
||||
class goodCase<T extends Foo & Bar> {
|
||||
}
|
||||
|
||||
interface Bar {
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue