Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
8b277dbf2a0b59c00963dac3dde55cf06a3f4dc6
/
.
/
plugins
/
plugin-sandbox
/
testData
/
firLoadK2Compiled
/
annotationsGeneratedInBackend.kt
blob: 37cc2b7a47821cf080aee760d29bb1fd4164c284 [
file
]
// PLATFORM_DEPENDANT_METADATA
// DUMP_KT_IR
package
test
import
org
.
jetbrains
.
kotlin
.
plugin
.
sandbox
.
AddAnnotations
@AddAnnotations
class
Some
(
val x
:
Int
)
{
fun foo
()
{}
// some comment
class
Derived
}