Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6330def4271b547b5c7db5f9759e387de2908e94
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
AnonymousInitializerVarAndConstructor.kt
blob: 843f309ff7a07b4f578633ed43ede1512f497877 [
file
] [
log
] [
blame
]
// IGNORE_REVERSED_RESOLVE
// FIR_IDENTICAL
// http://youtrack.jetbrains.net/issue/KT-419
class
A
(
w
:
Int
)
{
var
c
=
w
init
{
c
=
81
}
}