"Convert to secondary constructor": Fix false positive with delegation #KT-27061 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
af1fc5b668
commit
c1013cc198
@@ -0,0 +1,5 @@
|
||||
// IS_APPLICABLE: false
|
||||
|
||||
interface Base
|
||||
|
||||
class Foo(<caret>s: String, b: Base): Base by b
|
||||
Reference in New Issue
Block a user