package testing fun testTop() { } class TestSample() { fun main(args : Array) { val testVar = "" test.testFun() } fun testFun() { } } // INVOCATION_COUNT: 2 // EXIST: testVar, testFun, testTop