Line Markers: Detect recursive calls of companion invoke() member
#KT-21076 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class Example(val dummy: Any?) {
|
||||
companion object {
|
||||
operator fun invoke() = <lineMarker>Example</lineMarker>()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user