Files
kotlin-fork/compiler
Andrey Breslav 62af2437a9 Better errors reporting for this case:
namespace a {
  import // <-- error
} // <-- reported here

namespace b {
  class Y {
      class object {}
      class Z {}
  }
} // <-- used to be reported here
2011-10-24 21:29:29 +04:00
..
2011-10-24 15:06:22 +02:00
2011-10-23 12:27:58 +02:00
2011-10-23 08:29:05 +02:00
2011-10-24 20:55:10 +04:00