Added inline annotation check on local funs
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
fun box(): String {
|
||||
val s = "OK"
|
||||
|
||||
[inline] fun localFun(): String {
|
||||
return s
|
||||
}
|
||||
|
||||
return localFun()
|
||||
}
|
||||
Reference in New Issue
Block a user