Files
kotlin-fork/compiler/testData
Alexander Udalov dcd5cad427 KT-2280 Recursive function declared in function results in VerifyError
#KT-2280 Fixed

A closure's constructor should not take an instance of itself as an
argument, because it would require caller to pass yet uninitialized
value. Instead it should initialize a corresponding field with 'this'
2012-07-31 19:38:14 +04:00
..
2012-07-31 16:43:58 +04:00
2012-01-20 19:32:12 +04:00
2012-05-30 23:04:56 +04:00
2012-07-19 19:53:06 +04:00
2012-06-28 19:38:44 +04:00