a85f46816e
#KT-937 Fixed
9 lines
169 B
Plaintext
9 lines
169 B
Plaintext
import foo.Intf
|
|
|
|
class Impl(): Intf {
|
|
|
|
public override fun fooBar(i: Int, s: Array<out String?>?, foo: Any?) {
|
|
throw UnsupportedOperationException()
|
|
}
|
|
}
|