Workaround an inliner problem upon which the compiler code itself stumbled
^KT-35856 Fixed
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
// Issue: KT-35856
|
||||
|
||||
// FILE: Bar.java
|
||||
@Anno
|
||||
public interface Bar {}
|
||||
|
||||
// FILE: Foo.kt
|
||||
@Target(AnnotationTarget.FILE, AnnotationTarget.CLASS)
|
||||
@Retention(AnnotationRetention.BINARY)
|
||||
annotation class Anno
|
||||
|
||||
class Foo : Bar
|
||||
Reference in New Issue
Block a user