summaryrefslogtreecommitdiff
path: root/test/Nested/Nested.java
blob: 73d9e8a2cd1387db2e8f537a34266731d4559210 (plain)
1
2
3
4
5
6
// Copyright 2011 Google Inc. All Rights Reserved.

class Nested {
    class Inner {
    }
}