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