Files
kotlin-fork/compiler/testData/diagnostics/tests
Denis Zharkov 418034add3 Prohibit instance access before super call
- Before this change members just left unresolved as they were absent in the
  specific scope named scopeForSecondaryConstructorHeaderResolution that
  created just to prohibit such accesses.
- Now they are resolved the same way as other members, but diagnostic is
  repored by in-place injected CallChecker
- Drop obsolete type of class scope

 #KT-6995 Fixed
2015-03-27 20:15:00 +03:00
..
2014-11-21 18:59:45 +03:00
2015-03-06 21:59:03 +03:00
2014-11-21 18:59:45 +03:00
2014-11-21 18:59:45 +03:00
2014-11-21 18:59:45 +03:00
2014-11-21 18:59:45 +03:00
2014-11-21 18:59:45 +03:00
2014-11-21 18:59:45 +03:00
2014-10-13 15:37:47 +04:00
2014-10-01 18:52:52 +04:00
2014-07-25 17:16:40 +04:00