blob: aa3e2b5e6b7e619f57d7ec4040c31f9705b08f85 [file] [log] [blame]
package test
public interface SingleAbstractMethod {
fun foo()
}