Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
5e49b472f81ed95098eec9749aa2ad0415fac731
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
redeclarations
/
RedeclarationMainInFile.kt
blob: 3de04fac6c18ddd3018f928c90f0a41b6d73cbc7 [
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
>)<!>
{}