[FIR] Introduce MetadataBasedAnnotationDeserializer for compiling common
^KT-56361 Fixed
This commit is contained in:
committed by
Space Team
parent
81ac94b2d7
commit
22fd7921fe
@@ -0,0 +1,7 @@
|
||||
fun foo() {
|
||||
"OK".apply { this }
|
||||
"OK".apply2 { this }
|
||||
}
|
||||
|
||||
|
||||
inline fun String.apply2(f: String.() -> String) = this.f()
|
||||
Reference in New Issue
Block a user