Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6fc27c22f44d8051bf2e89f1657c0d9741c281c0
/
.
/
compiler
/
testData
/
compileJavaAgainstKotlin
/
method
/
IntArray.kt
blob: ce2518b9d7f09af477e3818368377700e28764b1 [
file
] [
log
] [
blame
]
package
test
// extra parameter is to make sure generic signature is not erased
fun doNothing
(
array
:
kotlin
.
IntArray
,
ignore
:
java
.
util
.
List
<
String
>)
=
array