Files
kotlin-fork/compiler/testData/diagnostics/tests/dataFlowInfoTraversal/WhileCondition.txt
T
2015-09-08 02:04:32 +03:00

6 lines
239 B
Plaintext
Vendored

package
public fun simpleWhile(/*0*/ x: kotlin.Int?, /*1*/ y0: kotlin.Int): kotlin.Unit
public fun whileWithBreak(/*0*/ x: kotlin.Int?, /*1*/ y0: kotlin.Int): kotlin.Unit
public fun whileWithNoCondition(/*0*/ x: kotlin.Int?): kotlin.Unit