blob: 1e0d39d9b2dd1ba73409b9759ebee3bdfef5c5c3 [file]
//ALLOW_AST_ACCESS
package test
public class FinalFieldAsVal() {
public val f: Int = 1
}