Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fe0f055c5c4e6ededc6378ef6df3f28ee841978
/
.
/
compiler
/
testData
/
codegen
/
box
/
classes
/
kt2784.kt
blob: fc7c5dfccbe4a80c6582153989b7057339e35973 [
file
]
open
class
Factory
(
p
:
Int
)
class
A
{
companion
object
:
Factory
(
1
)
}
fun box
()
:
String
{
A
return
"OK"
}