Files
Alexey Tsvetkov c912f76d6f Add IC scope expansion tests
#KT-13677
  #KT-28233
2020-01-21 16:36:36 +03:00

5 lines
68 B
Kotlin
Vendored

package test
open class A {
protected open fun foo(): Int = 0
}