KT-6178 False "Overriden methods are not annotated" when using delegation

#KT-6178 Fixed
This commit is contained in:
Andrey Breslav
2014-11-04 20:26:53 +02:00
parent 586b7e3dee
commit 8dcd81e0b3
9 changed files with 101 additions and 22 deletions
@@ -0,0 +1,3 @@
// WithPlatformTypes
class WithPlatformTypes(i: java.lang.Iterable<String>) : java.lang.Iterable<String> by i