[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
// FILE: Hello.kt
|
||||
private class Hello()
|
||||
{
|
||||
val a = 4
|
||||
}
|
||||
|
||||
fun test() {
|
||||
// no exception is thrown (see KT-3897)
|
||||
Hello().a
|
||||
}
|
||||
|
||||
// FILE: Hello.java
|
||||
public class Hello {}
|
||||
Reference in New Issue
Block a user