Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
75d8a5bca606366254123abd80c77147a3d426a6
/
.
/
compiler
/
testData
/
compileJavaAgainstKotlin
/
class
/
StarProjection.java
blob: 0c07a5a4a48106f382adf139217aed713f49cec0 [
file
]
package
test
;
public
class
StarProjection
{
void
foo
(
K
<?>
k
)
{
k
.
foo
(
null
);
StarProjectionKt
.
bar
(
null
);
new
Sub
().
foo
(
null
);
}
}