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