//FILE:mainToSecond.kt //---------------------------------------------------------------------------------- package test import testing.first.TestClass import testing.second.TestClass val a1: `!`TestClass? = null //FILE:mainToFirst.kt //---------------------------------------------------------------------------------- package test import testing.second.TestClass import testing.first.TestClass val a2: `!`TestClass? = null //FILE:importFirst.kt //---------------------------------------------------------------------------------- package testing.first class TestClass //FILE:importSecond.kt //---------------------------------------------------------------------------------- package testing.second class testing.second class TestClass