blob: ea2a62295ef33de6eab4e0695a8e8e33493644fb [file] [log] [blame]
open class K {
open fun foo(n: Int, b: String) {
}
}