KT-6178 False "Overriden methods are not annotated" when using delegation
#KT-6178 Fixed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
// WithPlatformTypes
|
||||
|
||||
class WithPlatformTypes(i: java.lang.Iterable<String>) : java.lang.Iterable<String> by i
|
||||
Reference in New Issue
Block a user