mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-04 15:51:54 +00:00
7 lines
314 B
Plaintext
Vendored
7 lines
314 B
Plaintext
Vendored
package test
|
|
|
|
public interface ReadOnlyExtendsWildcard {
|
|
public abstract fun bar(): kotlin.Unit
|
|
public abstract fun foo(/*0*/ @kotlin.annotations.jvm.ReadOnly p0: kotlin.collections.List<kotlin.CharSequence!>!, /*1*/ @org.jetbrains.annotations.NotNull p1: kotlin.Comparable<kotlin.String!>): kotlin.Unit
|
|
}
|