Fix false positive for HasPlatformType with member extension on 'dynamic'
#KT-29812 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
1594c1fc6b
commit
0f45e3d238
@@ -0,0 +1,3 @@
|
||||
class C {
|
||||
operator fun dynamic.plus(x: Any?) = this
|
||||
}
|
||||
Reference in New Issue
Block a user