generate pseudocode for functions in local classes

#KT-4405 In progress
 #KT-3501 Fixed
This commit is contained in:
Svetlana Isakova
2014-01-17 18:12:18 +04:00
parent f74fbf9f8b
commit 5ef320173c
9 changed files with 183 additions and 12 deletions
@@ -58,7 +58,7 @@ fun localFunctionAndClass() {
}
}
val <info descr="Value captured in a closure"><warning>v</warning></info> = 1 // erroneous "unused warning" is caused by KT-3501
val <info descr="Value captured in a closure">v</info> = 1
class LocalClass {
fun f() {
run {