tests: Update external tests (1.1.2-dev-393)
This commit is contained in:
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
open class A {
|
||||
protected fun foo() = "OK"
|
||||
}
|
||||
|
||||
class B {
|
||||
companion object : A()
|
||||
|
||||
fun bar() = foo()
|
||||
}
|
||||
|
||||
fun box() = B().bar()
|
||||
Reference in New Issue
Block a user