HtmlTabledDescriptorRendererTest renamed to DiagnosticMessageTest
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class A<T, R>
|
||||
fun <T, R> foo(a: A<T, R>) = a
|
||||
|
||||
fun test() {
|
||||
foo { it }
|
||||
foo { x -> x}
|
||||
foo { (x: Int) -> x}
|
||||
}
|
||||
Reference in New Issue
Block a user