unstable class ViewInfo { stable val fileName: String stable val lineNumber: Int stable val bounds: IntRect runtime val location: SourceLocation? unstable val children: List = Unstable } stable class PreviewActivity { stable val TAG: String = Stable }