[FIR] Add NO_RETURN_IN_FUNCTION_WITH_BLOCK_BODY diagnostic
This commit is contained in:
committed by
teamcityserver
parent
151478aa27
commit
a6984c5198
+1
-1
@@ -1,5 +1,5 @@
|
||||
class Foo {
|
||||
operator fun plus(f: Foo): Foo {}
|
||||
operator fun plus(f: Foo): Foo {<!NO_RETURN_IN_FUNCTION_WITH_BLOCK_BODY!>}<!>
|
||||
operator fun plusAssign(f: Foo) {}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user