import testing.Test; class KotlinClassUsedFromJava { void test() { Test(); } } //INFO: internal final class Test defined in testing

Some comment