Drop synthetic class kind Function, drop Metadata#xi
This commit is contained in:
Vendored
-7
@@ -34,17 +34,10 @@ fun extensionFunExpr() {
|
||||
assertEquals(null, g.parameters.single().name)
|
||||
}
|
||||
|
||||
fun customFunction() {
|
||||
val f = object : Function<String> {}
|
||||
assertNull(f.reflect())
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
lambda()
|
||||
funExpr()
|
||||
extensionFunExpr()
|
||||
|
||||
customFunction()
|
||||
|
||||
return "OK"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user