Regression codegen test #KT-8344 Obsolete
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// A.kt
|
||||
package first
|
||||
|
||||
open class A {
|
||||
protected open fun test(): String = "FAIL (A)"
|
||||
}
|
||||
|
||||
fun box() = second.C().value()
|
||||
Reference in New Issue
Block a user