Files
kotlin-fork/compiler/testData
Svetlana Isakova 54e1cf0879 removed incorrect code from resolve tests
Resolve tests had a functionality that for primary constructor parameters
 class A(val x: Int, y: Int)
 `$x` was resolved to property descriptor while `x` was resolved to value parameter descriptor.
But it worked incorrect (see tests changes) and was senseless because 'x' in code always resolves to property descriptor.
So it was dropped.
2013-07-05 18:03:51 +04:00
..
2013-04-22 17:59:32 +04:00
2012-01-20 19:32:12 +04:00
2013-06-17 15:20:41 +04:00
2013-03-27 19:19:55 +04:00
2013-04-29 17:59:51 +04:00
2013-06-17 15:20:42 +04:00