Test for nullability annotations generalized and generated
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// Generic
|
||||
|
||||
trait Generic<N, NN: Any> {
|
||||
fun a(n: N): N
|
||||
fun b(nn: NN): NN
|
||||
|
||||
fun a1(n: N?): N?
|
||||
fun b1(nn: NN?): NN?
|
||||
}
|
||||
Reference in New Issue
Block a user