Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4c4cbacf8e088a6d5c32b038366301d393b2dd12
/
.
/
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
}