val Class<*>.test: Array<out Field?>?
  get(): Array<out Field?>? {
    return <this>.getDeclaredFields()
  }
