Temporary added DEPRECATED_LAMBDA_SYNTAX to tests.
It will be fixed soon.
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ fun B.b() {
|
||||
}
|
||||
|
||||
fun test() {
|
||||
@b <!UNUSED_FUNCTION_LITERAL!>{ B.() ->
|
||||
@b <!UNUSED_FUNCTION_LITERAL!>{ <!DEPRECATED_LAMBDA_SYNTAX!>B.()<!> ->
|
||||
object : A {
|
||||
override fun foo() {
|
||||
this@b.bar()
|
||||
|
||||
Reference in New Issue
Block a user