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

Some comment