Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0114e07472e7613fb80622821692cfa9e6922f31
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithJsStdLib
/
native
/
anonymousInitializer.kt
blob: abe4e567248867efd8a6b17cc36315bde096c03d [
file
] [
log
] [
blame
]
// FIR_IDENTICAL
external
class
A
{
<!
EXTERNAL_ANONYMOUS_INITIALIZER
!>
init
{
definedExternally
}<!>
}