Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
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"
}