Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
417088e15084daef5c72bc17ea66d3cf3c026c33
/
.
/
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
);
}
}