Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
controlFlowAnalysis
/
mainWithWarningOnUnusedParam.kt
blob: 69cc924689b7f7f8112058b711b1ef969b8b73a9 [
file
]
// RUN_PIPELINE_TILL: BACKEND
// LANGUAGE: +WarningOnMainUnusedParameter
fun main
(<!
UNUSED_PARAMETER
!>
args
<!>:
Array
<
String
>)
{
}
/* GENERATED_FIR_TAGS: functionDeclaration */