Do not build light classes for expect classes

#KT-15482 Fixed
This commit is contained in:
Pavel V. Talanov
2018-02-07 16:24:31 +01:00
parent 3f96e1dabc
commit 89c82a85d0
11 changed files with 74 additions and 1 deletions
@@ -0,0 +1,6 @@
// p.B.Nested
package p
expect object B {
class Nested {}
}