[FIR] KT-58460: Ensure the error is missing
This commit is contained in:
committed by
Space Team
parent
06ac8a10cd
commit
ff61f70dd0
@@ -0,0 +1,5 @@
|
||||
// ISSUE: KT-58460
|
||||
|
||||
fun someFunction() : Any {
|
||||
return
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
// ISSUE: KT-58460
|
||||
|
||||
fun someFunction() : Any {
|
||||
<!RETURN_TYPE_MISMATCH!>return<!>
|
||||
}
|
||||
Reference in New Issue
Block a user