Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
aa5987fd3dbfa6d7896d481b336c9f49e48b9179
/
.
/
plugins
/
scripting
/
scripting-compiler
/
testData
/
integration
/
withAllOpenPlugin.kts
blob: 16eacb90f25b263351d71c8348c4d99834ad623e [
file
] [
log
] [
blame
]
annotation
class
AllOpen
@AllOpen
class
Test
{
val prop
:
String
=
"OK"
}
class
A
:
Test
()
A
().
prop