Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cdbbead157df9e14cf8bf99f4d32cc123c5ab704
/
.
/
plugins
/
noarg
/
testData
/
box
/
simple.kt
blob: dbc6532d3c82edd8d9da37edfd1a2914c209ce72 [
file
]
// WITH_STDLIB
annotation
class
NoArg
@NoArg
class
Test
(
val a
:
String
)
fun box
():
String
{
Test
::
class
.
java
.
newInstance
()
return
"OK"
}