KT-4820: Added new tests, introduced functionality to detect overridden functions, other minor fixes
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
//WITH_RUNTIME
|
||||
fun foo(bar: Iterable<Int>) {
|
||||
for (<caret>a in bar) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user