Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2a568be17b8f4a9af8f61b27d156c07d37c12fdc
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
controlFlowAnalysis
/
mainWithWarningOnUnusedParam.kt
blob: c1712fe674674da0a129d53e2c7af85c0a341748 [
file
]
// !LANGUAGE: +WarningOnMainUnusedParameter
fun main
(<!
UNUSED_PARAMETER
!>
args
<!>:
Array
<
String
>)
{
}