blob: 46b26c968cede29ef5b8fda37e1567c67e79ca7b [file]
/javaClassOnCompanion.fir.kt:(161,170): warning: The resulting type of this 'javaClass' call is 'Class<A.Companion>' and not 'Class<A>'. Use '::class.java' to access type 'Class<A>'.
/javaClassOnCompanion.fir.kt:(187,196): warning: The resulting type of this 'javaClass' call is 'Class<A.Companion>' and not 'Class<A>'. Use '::class.java' to access type 'Class<A>'.
/javaClassOnCompanion.fir.kt:(452,461): error: Unresolved reference 'javaClass'.
/javaClassOnCompanion.fir.kt:(528,537): warning: The resulting type of this 'javaClass' call is 'Class<Int.Companion>' and not 'Class<Int>'. Use '::class.java' to access type 'Class<Int>'.
/javaClassOnCompanion.fir.kt:(587,596): warning: The resulting type of this 'javaClass' call is 'Class<String.Companion>' and not 'Class<String>'. Use '::class.java' to access type 'Class<String>'.