Files
kotlin-fork/compiler/testData/diagnostics/tests/redeclarations/RedeclarationMainInFile.kt
T

4 lines
234 B
Kotlin
Vendored

// KT-9733 No error shown for 2 "main" functions in the same file
<!CONFLICTING_OVERLOADS!>fun main(<!UNUSED_PARAMETER!>args<!>: Array<String>)<!> {}
<!CONFLICTING_OVERLOADS!>fun main(<!UNUSED_PARAMETER!>args<!>: Array<String>)<!> {}