[K/N][Tests] Migrate kt56048 test
^KT-61259
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
import objclib.*
|
||||
|
||||
fun main() {
|
||||
getVoidBlockAsId()
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
language = Objective-C
|
||||
---
|
||||
id getVoidBlockAsId() {
|
||||
void (^result)(void) = ^{};
|
||||
return result;
|
||||
}
|
||||
Reference in New Issue
Block a user