blob: ef22973f37b948df2a934c16298b17472576d4c4 [file] [log] [blame]
open class A {
open fun foo(n: Int, s: String?, o: Any): String? = ""
}