Change Signature: Represent parameter/receiver types using KotlinTypeInfo
This commit is contained in:
+1
-1
@@ -2,5 +2,5 @@
|
||||
// DISABLE-ERRORS
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
Test<String>().perform("") { s: String?, s1: String? -> }
|
||||
Test<String>().perform("") { s: String, s1: String -> }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user