blob: 88fc5d22443e7bc2bc56b4b6de5548b66896f13c [file] [log] [blame]
fun foo(): Int {
<selection>fun bar() = 1</selection>
return 1 + bar()
}