Change Signature: Update signatures of lambdas passed to SAM constructors
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
fun test() {
|
||||
JTest.samTest(SAM { n -> s + " " })
|
||||
JTest.samTest(SAM { y -> x + " " })
|
||||
}
|
||||
Reference in New Issue
Block a user