Files
kotlin-fork/compiler/testData/diagnostics/tests/inference/recursiveLocalFuns/selfCall.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

5 lines
78 B
Plaintext
Vendored

package
public fun foo(): kotlin.Unit
public fun </*0*/ T> id(/*0*/ x: T): T