Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6fc27c22f44d8051bf2e89f1657c0d9741c281c0
/
.
/
compiler
/
testData
/
loadJava
/
compiledJava
/
kotlinSignature
/
AllBoundsInWhen.java
blob: 587d72750800903544731fb098d83d058c8f221d [
file
] [
log
] [
blame
]
package
test
;
import
java
.
io
.
Serializable
;
public
class
AllBoundsInWhen
{
public
<
T
extends
Serializable
>
void
foo
()
{
throw
new
UnsupportedOperationException
();
}
}