Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
161333d3e7d13dd98386fe346a71a07eadfe4756
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithJsStdLib
/
name
/
classInheritanceExtensions.kt
blob: 76dbafa63ab138fd73b2b4e143bf17b1d840a735 [
file
]
// RUN_PIPELINE_TILL: BACKEND
open
class
Class
{
fun
Int
.
test
()
{}
val
Int
.
test
get
()
=
0
}
class
MyClass1
:
Class
()