Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
checker
/
regression
/
ClassDeclarationAsExpression3.kt
blob: 8b9973451be9e419c33671788cd80012fcb95a78 [
file
] [
log
] [
blame
]
fun f
(<
warning descr
=
"[UNUSED_PARAMETER] Parameter 'i' is never used"
>
i
</
warning
>:
Int
=
3
<
<
error descr
=
"[DECLARATION_IN_ILLEGAL_CONTEXT] Declarations are not allowed in this position"
>
class
A
{
fun f
()
{
f
()
}
}</
error
>)
{
}