Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithStdLib
/
varargs
/
kt4172j.kt
blob: ec85b03231895190e8f8b83cc66423ee83401150 [
file
]
// FIR_IDENTICAL
// FILE: A.java
public
class
A
{
public
static
void
main
(
String
[]
args
)
{}
}
// FILE: 1.kt
fun main
()
{
A
.
main
(
arrayOf
())
}