New J2K: convert all custom post-processing to applicability based ones

This commit is contained in:
Ilya Kirillov
2019-09-17 18:16:20 +03:00
parent 509fcb17c7
commit 3724e2bb02
8 changed files with 72 additions and 134 deletions
@@ -1,7 +1,7 @@
internal class Foo {
fun foo(o: HashSet<*>) {
val o2: HashSet<*> = o
var foo: Int = 0
var foo = 0
foo = o2.size
}
}