Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
redeclarations
/
RedeclarationMainInFile.kt
blob: 27aecfe9ea10d7944e8eee0f34f71e6784fe9cd7 [
file
]
// FIR_IDENTICAL
// DIAGNOSTICS: -UNUSED_PARAMETER
// KT-9733 No error shown for 2 "main" functions in the same file
<!
CONFLICTING_OVERLOADS
!>
fun main
(
args
:
Array
<
String
>)<!>
{}
<!
CONFLICTING_OVERLOADS
!>
fun main
(
args
:
Array
<
String
>)<!>
{}