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