Files
kotlin-fork/compiler/testData/diagnostics/tests/inference/recursiveLocalFuns/recursiveFun.txt
T
Denis Zharkov 855a0b3493 Force type calculation for local function if it should be inferred
It helps to catch TYPECHECKER_HAS_RUN_INTO_RECURSIVE_PROBLEM errors
because they appear after return type calculation began

 #KT-6271 Fixed
 #KT-3272 Obsolete
2016-01-29 14:36:53 +03:00

4 lines
39 B
Plaintext
Vendored

package
public fun foo(): kotlin.Unit