[Test] Migrate AbstractExtendedFirDiagnosticsTest to new infrastructure
This commit is contained in:
committed by
TeamCityServer
parent
a276d05917
commit
298e27bdac
+9
@@ -0,0 +1,9 @@
|
||||
fun f(t: (v: Int) -> Unit) {
|
||||
1.run(t)
|
||||
}
|
||||
|
||||
fun main() {
|
||||
f { i ->
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user