1 /*
2 * MIT License
3 * Copyright (c) 2006-2025 JMockit developers
4 * See LICENSE file for full license text.
5 */
6 package mockit.integration;
7
8 public class Collaborator {
9 public void doSomething() {
10 }
11 }