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