Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6fc27c22f44d8051bf2e89f1657c0d9741c281c0
/
.
/
compiler
/
testData
/
compileJavaAgainstKotlin
/
method
/
GenericArray.java
blob: 3d53aa67793287089cd76cb4bf0a0871fd5bb9e7 [
file
] [
log
] [
blame
]
package
test
;
class
GenericArray
{
public
static
void
ggff
()
{
String
[]
s
=
GenericArrayKt
.
ffgg
(
new
String
[
0
]);
}
}