• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 package p
2 
3 
4 class Foo {
snull5     fun s(): Unit {}
6 
7     val g = ""
8 }