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