More aggressive block cache invalidation for declarations with type inference

This commit is contained in:
Nikolay Krasko
2012-06-08 22:53:17 +04:00
parent b5d5e42e5b
commit b104d70196
3 changed files with 35 additions and 3 deletions
@@ -0,0 +1,6 @@
// TRUE
val o = object {
fun test() {
<caret>
}
}