Skip to content

Commit

Permalink
JRE nullability annotations: add annotations in nested classes.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 276123347
  • Loading branch information
antonio-cortes-perez authored and copybara-github committed Oct 22, 2019
1 parent 846783f commit 415994b
Show file tree
Hide file tree
Showing 2 changed files with 1,434 additions and 101 deletions.
3 changes: 3 additions & 0 deletions examples/HelloSwift/HelloSwift/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ class ViewController: UIViewController {
let t = JavaUtilCalendar.getInstance().getTime()
let _: JavaUtilDate = t

let c = JavaUtilCalendar_Builder().setDateWith(2019, with: 10, with: 18).build()
let _: JavaUtilCalendar = c

let e = JavaUtilVector().elements()
let _: JavaUtilEnumeration = e

Expand Down
Loading

0 comments on commit 415994b

Please sign in to comment.