[IDE-NI-MIGRATE] Migrate few tests for new inference
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class Example(val dummy: Any?) {
|
||||
companion object {
|
||||
operator fun invoke() = <lineMarker>Example</lineMarker>()
|
||||
operator fun invoke(): Example = <lineMarker>Example</lineMarker>()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user