Unused receiver: do not report on actual declarations #KT-24562 Fixed

This commit is contained in:
Mikhail Glukhikh
2018-06-06 18:23:11 +03:00
parent 38632c2937
commit faa8d92560
2 changed files with 6 additions and 1 deletions
@@ -0,0 +1,3 @@
actual fun String.foo() {}
actual val String.bar: Int get() = 42