Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
260e8dfd39d86c4c5db834113ee010d647f3995e
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
AnonymousInitializerVarAndConstructor.kt
blob: 182c8fbebf7b01dfe95a66054643fbae343939be [
file
]
// RUN_PIPELINE_TILL: BACKEND
// http://youtrack.jetbrains.net/issue/KT-419
class
A
(
w
:
Int
)
{
var
c
=
w
init
{
c
=
81
}
}
/* GENERATED_FIR_TAGS: assignment, classDeclaration, init, integerLiteral, primaryConstructor, propertyDeclaration */